projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb94d1
)
(update_frame_tool_bar): Initialize wbutton to NULL.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 31 Aug 2007 10:17:15 +0000
(10:17 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 31 Aug 2007 10:17:15 +0000
(10:17 +0000)
src/ChangeLog
patch
|
blob
|
history
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index fa80f58e10b494989437047ef5a4c73faf1d93f5..e7fe56fbafa3f6769b13455b301b28d0eec284ad 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2007-08-31 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
+
2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.h:
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 2af1e03cc28938a6cc8737358570f304389f1b2e..5333f5507516290e2d2d5a104cb543b01e836cda 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-3810,7
+3810,7
@@
update_frame_tool_bar (f)
GtkStockItem stock_item;
char *stock_name = NULL;
Lisp_Object rtl;
- GtkWidget *wbutton;
+ GtkWidget *wbutton
= NULL
;
GtkWidget *weventbox;
Lisp_Object func = intern ("x-gtk-map-stock");